NullableObjectConverter<T> Class
In This Topic
Converter required to support nullable properties in XAML.
Object Model
Syntax
'Declaration
Public Class NullableObjectConverter(Of )
Inherits System.ComponentModel.TypeConverter
public class NullableObjectConverter<> : System.ComponentModel.TypeConverter
Type Parameters
- T
- Underlying type of nullable value.
Inheritance Hierarchy
System.Object
C1.Xaml.FlexGrid.NullableObjectConverter<T>
See Also